MessagePriority Property
Contains the relative priority of a message.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public Priority Priority { get; set; }
Public Property Priority As Priority
Get
Set
Property Value
PriorityThe priority.
This property and the
Importance property should not be confused. Importance indicates a value to users, while priority indicates the order or speed at which the message should be sent by the messaging system software. Higher priority usually indicates a higher cost. Higher importance usually is associated with a different display by the user interface.